Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finite invariants #152

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft

Finite invariants #152

wants to merge 34 commits into from

Conversation

Alex-Fischman
Copy link
Collaborator

This was an experiment to use the BDD checker's ability to generate the set of all backwards-reachable states to try and come up with an invariant that would hold for any sort sizes. It currently works for lockserver, but the BDD checker is too slow to test it on longer examples. (Also, the current invariant inference part of the implementation can only generate forall invariants.)

Alex-Fischman and others added 30 commits August 7, 2023 12:14
Co-authored-by: Alex Fischman <[email protected]>
Co-authored-by: James R. Wilcox <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: James R. Wilcox <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Co-authored-by: Alex Fischman <[email protected]>
Co-authored-by: James R. Wilcox <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: James R. Wilcox <[email protected]>
The problem is that it normally isn't possible for no one to have the lock

Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Co-authored-by: Alex Fischman <[email protected]>
Co-authored-by: James R. Wilcox <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: James R. Wilcox <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Co-authored-by: Alex Fischman <[email protected]>
Co-authored-by: James R. Wilcox <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: James R. Wilcox <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Signed-off-by: Alex Fischman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants